home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / MagicWB / magicwb.lha / magicwb / Show MagicWB < prev    next >
Encoding:
Text File  |  1994-07-21  |  1.6 KB  |  57 lines

  1. failat 21
  2.  
  3. echo "*n*n*e[1;32m ____________________________________________________________________"
  4. echo " *e[43m                                                                    *e[0m"
  5. echo " *e[0;32;43m                  Welcome to MagicWB v2.0: PREVIEW*e[1m                  *e[0m"
  6. echo " *e[1;4;43m                                                                    *e[0m"
  7. echo "*n*n*n The following picture snapshot will show you how your Workbench is"
  8. echo " going to look like if you use *e[32mMagicWB 2.0*e[0m...*n"
  9.  
  10.  
  11. if exists sys:utilities/multiview
  12.   echo noline " Do you have the AGA-Chipset or any graphics board? "
  13.   set > NIL: AGA ?
  14.   if $AGA eq "ja"
  15.     skip ShowAGA
  16.   endif
  17.   if $AGA eq "j"
  18.     skip ShowAGA
  19.   endif
  20.   if $AGA eq "y"
  21.     skip ShowAGA
  22.   endif
  23.   if $AGA eq "yes"
  24.     skip ShowAGA
  25.   endif
  26.   skip Continue
  27.  
  28.   lab ShowAGA
  29.   sys:prefs/palette ClickForColors use
  30.   sys:utilities/multiview Preview
  31.   sys:prefs/palette envarc:sys/palette.prefs use
  32.   skip end
  33.  
  34.   lab continue
  35.   sys:prefs/palette xen-icons/prefs/env-archive/sys/palette.ilbm use
  36.   sys:utilities/multiview Preview
  37.   sys:prefs/palette envarc:sys/palette.prefs use
  38. else
  39.   wait 5
  40.   if exists sys:utilities/display
  41.     sys:utilities/display Preview
  42.   else
  43.     echo "*n Sorry, I couldn't find neither 'Multiview' nor 'Display' to display"
  44.     echo " the preview picture. Please use your own display utility to view the"
  45.     echo " picture 'Preview' in the MagicWB directory."
  46.     wait 15
  47.     skip endend
  48.   endif
  49. endif
  50.  
  51. lab end
  52. echo "*n*n So? Do you like it? Then install *e[32mMagicWB*e[0m immediately...*n"
  53.  
  54. lab endend
  55. wait 3
  56. quit
  57.